home *** CD-ROM | disk | FTP | other *** search
-
-
- Message area configuration.
-
-
- Message areas are configured in the 'Tron:cfg/MailAreas.cfg'.
-
-
- Each config line is in a specific format which is dependent on the
- type of the area:
-
-
- Local message area:
-
- #area flags MaxMsgs path areaName
-
-
-
- Echomail or netmail area:
-
- #area flags MaxMsgs path areaName TagName NodeNumber
-
-
-
- Echomail or netmail area if you are a HUB or HOST:
-
- #area flags MaxMsgs path areaName TagName NodeNumber
- HubNumber HostNumber [other_nodenumbers]
-
- (Maximum of 5 extra NodeNumbers per Area)
-
-
-
-
-
- Some examples:
-
- #001 [LW-] 100 tron:mail/ SysopComments
- #004 [E--] 50 tron:mail/ Bad BAD 14:103/3
- #005 [EW-] 100 tron:mail/ Tron_Chat TRON_CHAT 14:103/300
- 14:103/3
- #010 [NW-] 100 tron:mail/ Nla_NetMail NLA_NET 14:103/300
-
-
-
- Note: Don't use area number #0
- Note: Don't forget a ':' or '/' at the end of a path !!
- Note: A 'BAD' area is an echomail area with tagname 'BAD'
-
- Look at the provided config for more examples of the format used.
-
- The type of an area is configured by flags, each area has to have
- a flag which determines if it is used for local, echo or netmail.
-
-
- Flags: type of area
-
- L = Local Messages
- N = Netmail
- E = Echomail
-
-
- Also there are a few flags which determine the characteristics of an area.
- Which means that those flags can not be overruled by flags in the
- users template.
-
-
- Flags: Characteristics of area
-
- A = User may use an alias in this area.
- W = Users can write in this area.
-
-
-
-
- A user can acces a message area if he has the correct flags in his template.
- (Templates are defined in configuration file 'Tron:cfg/Templates.cfg')
-
-
- V = View, User sees area in Lists and can go to this area.
- R = Read, User can Read/Scan all messages in this area.
- P = Private, User can only Read/Scan messages To and From him.
- W = Write, User can Write in this area.
- A = Attach, User can Attach files to messages.
- S = Special, User can Read/Scan deleted messages.
-
-
- Note that a user can only write messages in an area if he has Write
- acces in his Template AND the area has a Write flag.
-
- Note that an area can have a Read flag OR a Private flag or none of
- the before mentioned.
- If a user has a Read flag he can read all messages, if he has a Private
- flag he can only Read messages which he has written or which are
- written to his name or alias.
-
-
-
-
-
- If you want the mail processor to export echomail to your boss or
- other systems you have to add the area to the 'tron:cfg/mail.cfg'.
-
- In this configuration file you make an entry for each area.
- An entry starts with an AREA xxxx line, folowed with lines on which
- the nodenumber of your boss and the nodenumbers of the nodes and
- points you feed are placed.
- An entry is terminated with a '#' symbol.
-
-
- For example:
-
- AREA TRON_BETA
- 14:103/0
- 14:103/103
- #
-
-
- Note that the mail processor needs to know a password and archiver
- for your boss node and the nodes you feed, these are configured
- in the 'tron:cfg/systems.cfg' file.
-
-
-